home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / chip_02_2005_cd1.iso / Foto tools_ / Photo to VCD Creator_ / photovcdsetup203.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-11-26  |  3.5 KB  |  65 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=Photo to VCD Creator
  4. AppVerName=Photo to VCD Creator LITE
  5. AppId=Photo to VCD Creator
  6. AppPublisher=Martin Borkhuis
  7. AppPublisherURL=http://www.nu2.nu
  8. AppSupportURL=http://www.nu2.nu
  9. AppUpdatesURL=http://www.nu2.nu
  10. DefaultDirName={pf}\PhototoVCD
  11. DefaultGroupName=Photo to VCD Creator
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\photovcd.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\_ISource30.dll"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\MSCOMCTL.OCX"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\msvbvm60.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\ntsc_svcd.mpg"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\ntsc_vcd.mpg"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\pal_svcd.mpg"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\pal_vcd.mpg"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\VB6STKIT.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\3rdparty\cdrdao.exe"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  29. Source: "{app}\3rdparty\cdrecord.exe"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  30. Source: "{app}\3rdparty\COPYING.txt"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  31. Source: "{app}\3rdparty\cygjpeg6b.dll"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  32. Source: "{app}\3rdparty\cygwin1.dll"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  33. Source: "{app}\3rdparty\cygxml2-2.dll"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  34. Source: "{app}\3rdparty\cygz.dll"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  35. Source: "{app}\3rdparty\jpeg2yuv.exe"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  36. Source: "{app}\3rdparty\mpeg2enc.exe"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  37. Source: "{app}\3rdparty\mplex.exe"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  38. Source: "{app}\3rdparty\sh.exe"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  39. Source: "{app}\3rdparty\vcdxbuild.exe"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  40. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  41. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  42. [Run]
  43. Filename: "{app}\photovcd.exe"; WorkingDir: "{app}"; Description: "Launch Photo to VCD Creator"; Flags: postinstall skipifsilent nowait
  44. [Icons]
  45. Name: "{group}\Photo to VCD Creator"; Filename: "{app}\photovcd.exe"; WorkingDir: "{app}"; 
  46. Name: "{group}\License"; Filename: "{app}\License.txt"; 
  47. Name: "{group}\Readme"; Filename: "{app}\Readme.txt"; 
  48. Name: "{userdesktop}\Photo to VCD Creator"; Filename: "{app}\photovcd.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  49. [Tasks]
  50. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  51. [CustomMessages]
  52. default.NameAndVersion=%1 version %2
  53. default.AdditionalIcons=Additional icons:
  54. default.CreateDesktopIcon=Create a &desktop icon
  55. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  56. default.ProgramOnTheWeb=%1 on the Web
  57. default.UninstallProgram=Uninstall %1
  58. default.LaunchProgram=Launch %1
  59. default.AssocFileExtension=&Associate %1 with the %2 file extension
  60. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  61. [Languages]
  62. ; These files are stubs
  63. ; To achieve better results after recompilation, use the real language files
  64. Name: "default"; MessagesFile: "embedded\default.isl"; 
  65.